func strconv.divisibleByPower5

6 uses

	strconv (current package)
		ftoaryu.go#L59: 	if q < 0 && q >= -10 && divisibleByPower5(uint64(mant), -q) {
		ftoaryu.go#L129: 	if q < 0 && q >= -22 && divisibleByPower5(mant, -q) {
		ftoaryu.go#L273: 		if divisibleByPower5(ml, -q) {
		ftoaryu.go#L276: 		if divisibleByPower5(mc, -q) {
		ftoaryu.go#L279: 		if divisibleByPower5(mu, -q) {
		ftoaryu.go#L546: func divisibleByPower5(m uint64, k int) bool {